home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / ptqwkb2.zip / PTQWK.ZIP / PTQWK.LNG < prev    next >
Text File  |  1993-03-16  |  10KB  |  152 lines

  1. ; Language files (*.LNG) contain all the strings the programs use.
  2. ;
  3. ; Format: <HEADER> "<STRING>"
  4. ;
  5. ; Lines starting  with semicolons are treated  as comments.  "Headers" are
  6. ; predefined and they cannot be changed. "Strings" contain the information
  7. ; which is shown to the user in different  situations depending on header.
  8. ; Strings can be about 250 chars long  and they may  contain  some special
  9. ; "macros".
  10. ;
  11. ; Macro:                            Function:
  12. ; -----                             --------
  13. ; ^A;                               Wait for enter
  14. ; ^C<fore>[,<back>];                Change colour
  15. ; ^CN[,N];                          Change colour back to normal
  16. ; ^E1;                              Clear screen
  17. ; ^E2;                              Clear line
  18. ; ^E3;                              Clear to end of line
  19. ; ^G<x>,<y>;                        Go to position (x,y)
  20. ; ^GN,N;                            Go to original position
  21. ; ^L<length>;                       Answer field's length (in edit fields)
  22. ; ^M;                               Line feed
  23. ; ^S<filepathname>;                 Show ANSI file
  24. ; ^^;                               Just a normal "^" char
  25. ; ~1<char>... ~9<char>              Used in selections, number one usually
  26. ;                                   means 'yes' and so on.
  27. ; ^W;                               Wait for selection
  28. ; ^@1;                              This will be replaced by YESNO string
  29.  
  30. YESNO         "^C7;(^C14;~1Y^C7;/^C14;~2n^C7;)"
  31. WELCOMESTR    "^C14,0;Hello, ^C15;%1^C14;. Welcome to PTQWK mail door.^M;"
  32. QUICKQWK      "^C15,0;Would you like to download messages (^C13;%1 msgs^C15;)? ^@1;^W;^M;"
  33. WHICHFORMAT   "^C15,0;^M;Do you want to download messages in (^C14;~1Q^C15;)WK, (^C14;~2O^C15;)MEN or (^C14;~3A^C15;)SCII format?"
  34. QWK           "QWK"
  35. OMEN          "OMEN"
  36. ASCII         "ASCII"
  37. WHICHPROTOCOL "^C15,0;^M;Which protocol do you want to use?^M;"
  38. PACKERLIST    "^C14,0;%1^C7; - ^C11;%3^M;"
  39. WHICHPACKER   "^C15,0;^M;Which packer do you want to use?^M;"
  40. PROTOCOLLIST  "^C14,0;%1^C7; - ^C11;%2.15^C7; (effic. %3 %)^M;"
  41. SELECTED      "^C10,0;^M;%1 selected.^M;"
  42. ACTIONPLEASE  "^C15,0;Please enter your choice (^C14;%1^C15;):"
  43. SETDEFAULT    "^C13,0;Do you want to set that as default? ^@1;^W;^M;"
  44. VIEWMSGS      "^C15,0;Do you want to check message board status? ^@1;^W;^M;"
  45. NEWMSGS1      "^C15,0;^E1;AREA  NAME                          %1 NEW   %2^M;"
  46. NEWMSGS2      "^C14,0;#%1:03  %2.30  %3 new   %6 %7^E3;^M;"
  47. NEWMSGS3      "^C15,0;More? (~1Y)es, (~3N)o, (~5C)ontinous, (~2P)revious screen, (~6A)gain, (~4T)oggle pointers^W;^M;"
  48. NEWMSGS4      "%1:03% new"
  49. TOTALCOUNT    "%1:05"
  50. PERSONALMSGS  "(%1 to You)"
  51. FINDMARKED    "(%1 marked)"
  52. NONZERO       "^C14,0;%1:03"
  53. ZERO          "^C0,0;%1:03"
  54. HOWMANYMSGS   "^C15,0;How many messages do you want to be packed at most? ^C14,1;^L5;"
  55. EXPORTMSGS    "^C15,0;^M;Exporting %1 messages from the message base...^M;Taking approx. %2 sec + packing.^M;^M;^C10;Press <^C14;CTRL-S^C10;> - No more msgs, <^C14;CTRL-C^C10;> - Abort, <^C14;CTRL-N^C10;> - Jump to next area.^C7;^M;^M;"
  56. EXPORTAREA    "^C11,0;%1.12 : ^C14,0;"
  57. WAITPACKING   "^C11,0;Please wait, packing messages.^M;^M;"
  58. ASKPACKING    "^C15,0;^M;%1 messages exported.^M;Message packet shall be about %2 kb big and take about %3 minutes^M;to transfer with %4 protocol. ^C14;Continue? ^@1;^W;^M;"
  59. MOVINGPACKET  "^C7,0;Moving packet to appropriate directory.^M;"
  60. MARKMSGSREAD  "^C15,0;^M;Do you want to mark messages as read? ^@1;^W;^M;"
  61. PTRSNOUPDATE  "^C12,0;Last read pointers were ^C14;NOT^C12; updated.^M;"
  62. PTRSUPDATE    "^C15,0;Last read pointers were updated.^M;"
  63. DVEXPORTPACK  "^C7,0;New task opened for exporting and packing messages.^M;"
  64. DVPACK        "^C7,0;New task opened for packing messages.^M;"
  65. DVERROR       "^C12,0;Error occured while trying to open new task.^M;Using old-fashioned methods instead, sorry.^M;"
  66. PACKERROR     "^C12,0;Error occured while trying to pack messages. Probably disk full.^M;"
  67. ALREADYPACK   "^C12,0;Message packing process has already been started in another task.^M;Please wait until it has been completed.^M;"
  68. RETURNTOBBS   "^C14,0;^M;Press ENTER to return to BBS.^A;^M;"
  69. PACKOK_TEMP   "Messages have been packed. You can download them from temp directory."
  70. PACKOK_WORK   "Messages have been packed. You can download them from PTQWK mail door."
  71. PACKOK_LOCAL  "Messages have been packed. You can download them using local file attach."
  72. PACKOK_NET    "Messages have been packed and marked as net mail file attach."
  73. WHERETOPACK   "^C15,0;^M;Where to pack msgs? ^C7;(^C14;~1P^C7;)^C15;TQWK, ^C7;(^C14;~2T^C7;)^C15;emp directory or ^C7;(^C14;~3L^C7;)^C15;ocal file attach?"
  74. OFFLINEWHERE  "^C15,0;^M;Offline packets: ^C7;(^C14;~1L^C7;)^C15;ocal file attach or ^C7;(^C14;~2N^C7;)^C15;et mail file attach?"
  75. TEMP          "Temp directory"
  76. WORK          "PTQWK mail door"
  77. LOCAL         "Local file attach"
  78. NET           "Net mail file attach"
  79. DESCRIPTION   "Mail Packet (%1 msgs)"
  80. BEFOREXFER1   "^C10,0;^M;Press <^C14;~1Enter^C10;> to start transfer, <^C14;~2A^C10;> to abort, <^C14;~3!^C10;> to log off after transfer,^M;      <^C14;~4P^C10;> to change transfer protocol, or <^C14;~5D^C10;> to delete packet.^W;^M;"
  81. BEFOREXFER2   "^C10,0;^M;Press <^C14;~1Enter^C10;> to start transfer, <^C14;~2A^C10;> to abort, <^C14;~3!^C10;> to log off after transfer,^M;      <^C14;~4P^C10;> to change transfer protocol.^W;^M;"
  82. STARTXFER     "^C15,0;Start your transfer now or press <^C14;Ctrl-X^C15;> over a dozen times to abort.^M;^M;"
  83. ABORTXFER     "^C12,0;Transfer aborted. Try again? ^@1;^W;^M;"
  84. FILESTOXFER1  "^C15,0;^M;Protocol: %1^M;Files to transfer:^M;"
  85. FILESTOXFER2  "^C9,0;   %1 ^C7;-^C9; %2 %3 ^C7;-^C9; %4 bytes ^C7;(^C9;%5 min^C7;)^M;"
  86. FILESTOXFER3  "^C15,0;Total of %1 files consuming %2 bytes of disk space;^M;Transfer takes about %3 minutes.^M;^M;"
  87. UPLOADREPLY   "^C15,0;^M;Uploading replies. ^C7,0;Protocol: %1^M;"
  88. CHAT1         "^C7,0;^E1;Sysop came to chat...^M;"
  89. CHAT2         "^C7,0;^M;Sysop left you!^M;"
  90. SHELLTODOS1   "^C7,0;^M;Sysop shelled to dos!^M;"
  91. SHELLTODOS2   "^C7,0;^M;Sysop is back again!^M;"
  92. TIMELIMIT     "^C12,0;^M;^M;Time limit exceeded - see you tomorrow!^M;"
  93. YOURCOMMAND   "^C7,0;^M;--> "
  94. NONEWMSGS     "^C12,0;Sorry, no new msgs found! Press Enter.^A;^M;"
  95. LOCALMOVEPKT  "^C15,0;^M;Where to/from do you want to move the msg packet?^M;^C15,1;^L67;^C14,0;^M;"
  96. PKTDELETED    "^C12,0;Msg packet(s) deleted.^M;"
  97. BOOLEANCHGD   "^C14,0;The setting is now %1^M;"
  98. STRCHGD       "^C14,0;Enter new value: ^C15,1;^L10;^C14,0;^M;"
  99. ONSTR         "YES"
  100. OFFSTR        "NO"
  101. NONESTR       "NONE"
  102. DEFAULT       " (Default)"
  103. NODISKSPACE   "^C12,0;There isn't enough disk space for exporting messages.^M;Please inform your SysOp.^M;"
  104. SCANNEWFILES  "^C10,0;Scanning new files...^M;"
  105. NEWFILESLIST  "^M;New files list from %1 to %2 (%3 days)"
  106. MAXMSGFOUND   "^C12,0;^M;You have reached the maximum messages count.^M;"
  107. UPDMSGINDEX   "Updating msg index files.^M;"
  108. FULLMSGINDEX  "Creating msg index files. Might take a while but hold on.^M;"
  109. LASTREADTOP   "^C7,0;^G1,1; NUM  T G  AREA         UNREAD   ALL    NUM  T G  AREA         UNREAD   ALL^M;"
  110. LASTREADHELP  "^C7,0;^G1,19;Enter boards to toggle last read pointers. Cmds: CLEAR,NEW,MAX,ONLY:n,DAYS:n^M;"
  111. COMBHELP      "^C7,0;^G1,19;Enter areas to be toggled or /HELP to get helpscreen or ? to show areas.^M;"
  112. COMBON        "^C7,0;%1 areas turned on."
  113. COMBOFF       "^C7,0;%1 areas turned off."
  114. COMBCONTPREV  "^C7,0;^G43,18;<-> = previous page"
  115. COMBCONTNEXT  "^C7,0;^G64,18;<+> = next page"
  116. CHECKPKTDEST  "^C7,0;Checking the receiver of the previous message packet(s).^M;"
  117. OUTOFSPACE    "^C12,0;Free disk space limit reached, no more messages can be packed in this packet.^M;"
  118. CHGSETTINGS   "^C15,0;^M;Current setting: ^C11;%2%3%4 on %1.^M;^C14;All right? ^@1;^W;^M;"
  119. MAXMSGCOUNT   " (Max. msgs / packet)"
  120. CHG_B_ALL     "all boards"
  121. CHG_B_COMB    "combined boards"
  122. CHG_B_SELECT  "selected boards"
  123. CHG_M_ALL     "all msgs"
  124. CHG_M_NEW     "new msgs"
  125. CHG_M_ONLY    " (only %1/area)"
  126. CHG_M_DAYS    " (max %1 days)"
  127. HOLDON        "^C7,0;Just a moment, please.^M;"
  128. MOREMSGS      "^C15,0;^M;There are ^C7;%1^C15; msgs left. ^C14;Export next msg packet? ^@1;^W;^M;"
  129. FCOUNTDOWN    "^C13,0;Logoff in ^C15;%1^C13; seconds. Press <^C14;~1!^C13;> to logoff now or <^C14;~2A^C13;> to abort logoff.^W;^M;^M;"
  130. TOSSINGMSGS1  "^C15,0;Please wait, tossing msgs to msg base...^M;"
  131. TOSSINGMSGS2  "^C14,0;^M;Message entered on board %1^M;To: %2^M;Subj: %3^M;"
  132. TOSSINGMSGS3  "^C15,0;^M;%1 msgs entered to msg base. Thank you.^M;"
  133. WAITENTER     "^C7,0;Press ^C9;ENTER^C7; to continue.^A;^M;"
  134. DUPLICATEMSG  "^C12,0;Duplicate message!^M;"
  135. VERIFYLOGOFF  "^C12,0;Log off? ^@1;^W;^M;"
  136. YESPLEASE     "^C15,0; Yes! "
  137. NOTHANKS      "^C15,0; No! "
  138. NOTIME4XFER   "^C12,0;Sorry, you do not have enough time to transfer mail packet(s).^M;"
  139. PTRSRECEIVED  "^C15,0;Last read pointers file was received. ^C14;Update pointers? ^@1;^W;^M;"
  140. MINMSGS       "^C12,0;Less messages found than your minimum. ^C14;Abort? ^@1;^W;^M;"
  141. MARKMSGS1     "^C14,0;Mark messages to be downloaded? ^@1;^W;^M;"
  142. MARKMSGS2     "^C15,0;Please hold on, scanning msgs. ^C14;(CTRL-C aborts.)^M;^C10;Found:^M;"
  143. MARKMSGS3     "^C14,0;Do you want to select more msgs? ^@1;^W;^M;"
  144. ; MARKMSGS4     "^C15,0;%1 msgs marked. ^C12;Clear? ^@1;^W;^M;"
  145. FIND          " * This message was marked with FIND command."
  146. TOOBIGHMB     "^C12,0;Message base too big, cannot enter more msgs!^M;"
  147. ASKDESTADDR   "^C12,0;The destination address of the net mail message to %1^M;was empty. ^C14;Enter new destination or press <Enter> to kill message :^M;^C15,1;^L17;^C14,0;^M;"
  148. NOREPLYRIGHT  "^C12,0;^M;You do NOT have write rights to area %1. Discarded.^M;"
  149. PRIVTOALL     "^C12,0;^M;Private message was addressed to 'All'. Discarded.^M;"
  150. NOMSGTOUSER   "^C12,0;^M;Message was addressed to unknown user. Discarded.^M;"
  151. COPYINGFILES  "^C15,0;Copying files...^M;"
  152.